reflect.uncommonType.moff (field)

4 uses

	reflect (current package)
		type.go#L347: 	moff    uint32  // offset from this uncommontype to [mcount]method
		type.go#L675: 	return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.mcount > 0"))[:t.mcount:t.mcount]
		type.go#L682: 	return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.xcount > 0"))[:t.xcount:t.xcount]
		type.go#L2685: 	ut.moff = uint32(unsafe.Sizeof(uncommonType{}))